Skip to content

build(deps): update claude-agent-sdk requirement from >=0.1.61 to >=0.1.72 in /claude-agent-sdk#75

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/claude-agent-sdk/claude-agent-sdk-gte-0.1.72
Closed

build(deps): update claude-agent-sdk requirement from >=0.1.61 to >=0.1.72 in /claude-agent-sdk#75
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/claude-agent-sdk/claude-agent-sdk-gte-0.1.72

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Updates the requirements on claude-agent-sdk to permit the latest version.

Release notes

Sourced from claude-agent-sdk's releases.

v0.1.72

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.126

PyPI: https://pypi.org/project/claude-agent-sdk/0.1.72/

pip install claude-agent-sdk==0.1.72
Changelog

Sourced from claude-agent-sdk's changelog.

0.1.72

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.126

0.1.71

New Features

  • Domain allowlist fields for sandbox network config: Added allowedDomains, deniedDomains, allowManagedDomainsOnly, and allowMachLookup fields to SandboxNetworkConfig, bringing parity with the TypeScript schema and enabling Python SDK users to configure network allowlists with proper type hints (#893)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.123

0.1.70

Bug Fixes

  • In-process MCP tool results silently lost with older mcp versions: Bumped the mcp dependency floor to >=1.19.0. Older versions mishandled CallToolResult returns from SDK MCP tool handlers, causing the model to receive a validation-error blob instead of the actual tool output (#891)
  • Trio nursery corruption on early cancellation: Fixed RuntimeError: Nursery stack corrupted when breaking out of query() iteration inside a trio nursery with options.stderr set. The stderr reader now uses spawn_detached() instead of manually managing a task group, matching the approach already used for the read loop (#885)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.122

0.1.69

Documentation

  • Added docstrings to ClaudeAgentOptions fields for improved IDE autocompletion and inline documentation (#873)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.121

0.1.68

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.119

0.1.67

Bug Fixes

  • Trio compatibility restored: Fixed RuntimeError: no running event loop when using ClaudeSDKClient or query() under trio, a regression introduced in v0.1.51. Uses sniffio-based dispatch to select the correct async primitive (asyncio.Task vs trio.lowlevel.spawn_system_task) at runtime while preserving the asyncio CPU-spin and cancel-scope fixes from #746 (#870)

Internal/Other Changes

... (truncated)

Commits
  • b512f25 docs: update changelog for v0.1.72
  • 7cf0902 chore: release v0.1.72
  • b691cec chore: bump bundled CLI version to 2.1.126
  • e10b11c docs: update changelog for v0.1.71
  • 8267c48 chore: release v0.1.71
  • 6b1b757 chore: bump bundled CLI version to 2.1.123
  • 92e4a15 Add domain allowlist fields to SandboxNetworkConfig TypedDict (#893)
  • 49eed4f docs: update changelog for v0.1.70
  • 6996f6b chore: release v0.1.70
  • b67116d chore: bump bundled CLI version to 2.1.122
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) to permit the latest version.
- [Release notes](https://github.com/anthropics/claude-agent-sdk-python/releases)
- [Changelog](https://github.com/anthropics/claude-agent-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/claude-agent-sdk-python@v0.1.61...v0.1.72)

---
updated-dependencies:
- dependency-name: claude-agent-sdk
  dependency-version: 0.1.72
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pip labels May 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 1, 2026 09:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pip labels May 1, 2026
@github-actions github-actions Bot enabled auto-merge (squash) May 1, 2026 09:12
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 1, 2026

Looks like claude-agent-sdk is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 1, 2026
auto-merge was automatically disabled May 1, 2026 09:13

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/pip/claude-agent-sdk/claude-agent-sdk-gte-0.1.72 branch May 1, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file pip

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants